home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Jul 90 / MacApp.Tech$ 7⁄20⁄90 / 1603-Debugger Crashing-Jul90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.3 KB  |  43 lines  |  [TEXT/GEOL]

  1. Item    1426210                         18-July-90        11:17PDT
  2.  
  3. From:   D1209                           Aaron Rosenbaum Sys,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    Debugger Crashing
  8.  
  9. Has anyone else dealt with this:
  10.  
  11. In the debug version of my program I get:
  12.  
  13. Exception #2 exception frame Addr = $0046FBFA
  14. PC = $00455504
  15. Bus Error: Invalid memory reference
  16. Bad address was: INVALID! ($00F1F1F1)
  17. Appears to be uninitialized instance variable
  18.  
  19. I get this when I try to inspect (using inspector) the Document instance
  20. currently open.  I am pretty sure that I have initialized the variable - it has
  21. fields that show up in my window!
  22.  
  23. Right before the crash it's doing this:
  24.  
  25. | | | TDOCUMENT.GETINSPECTORNAME
  26. | | | >=.GETINSPECTORNAME
  27. | | | | UNPATCHTRAP
  28. | | | | TAPPLICATION.BEEP
  29.  
  30. It appears to me that TDocument should be responsible for setting it's own
  31. inspectorname.  I've done the normal fields commands for my fields (I've also
  32. tried the App without them.)  In addition the program saves, opens, displays,
  33. etc.  I have a really hard time figuring out what I have done. Also I have
  34. re-installed MacApp and MPW several times (I have the CD's for both so it's no
  35. sweat.)
  36.  
  37. Hope someone out there can help me.
  38.  
  39. Aaron Rosenbaum
  40. Gammaware
  41. D1209
  42.  
  43.